home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
mxutil
/
blast13
/
direct.h
< prev
next >
Wrap
Text File
|
1991-07-11
|
328b
|
26 lines
/*
*
* Direct Header(v1.3)
*
* Engineered by Joel Lucsy
*
*
*/
#define SBOK 0
/* SB direct access functions, driver independent */
int read_data(void);
void write_data(int __dat);
void speaker_on(void);
void speaker_off(void);
int reset_dsp(void);
void asmdelay(int __delay);